EN PL ES
Reservar Visita
Apartment

Apartment in Guardamar del Segura

Guardamar del Segura Centro, Guardamar del Segura , Alicante

200,000€

Listed: 06 March 2026

Apartment in Guardamar del Segura
+27 fotos

Descripción

This lovely two bedroom, two bathroom second floor apartment is situated on the Puerto Marino community by the harbour in Guardamar Del Segura.  The property consists of a lounge/dining area, separate kitchen, a double bedroom and a twin bedroom with two single orthopaedic beds.  There is Panasonic air conditioning throughout the apartment providing hot and cold air. Off the lounge there is a terrace boasting wonderful views of the pine forest, pool and recreational areas.  The main bedroom has an en suite bathroom and there is a second bathroom for guests. The kitchen is fully equipped with all appliances including a dishwasher. The proeprty is being sold fully furnished and ready to move in to.

On this secure gated complex there are lots of facilities including mini golf, tennis, basketball and football courts, a play area for the young children and a large community pool. 

IBI (Council tax) 257 euros per annum.

Community fees 186 euros per quater.

The location is perfect for holidays or long term living with the marina next door offering boat and jet ski hire and a restaurant with large outside terrace. There is a path opposite the apartments leading to the coastal and pine forest walk leading down to the beach. It is a 5-minute drive (2km) into town, the nearest supermarket is 4 minutes (1.6km away). 

Guardamar Del Segura has some of the best beaches on the Costa Blanca stretching for miles, sand dunes, pine forest, the Reina Sofia park, and loads of history with a castel phoenician fortress archaeological museum and a high street with everything you would need.

Technical Detalles

69 m²

Área

2

Bedhabitaciones

2

Bathhabitaciones

75 m²

Plot

Amenities

Central Heating

Ubicación

Mortgage Calculator

Deposit amount:
Monthly payment:

Interested?

Contacto us to get more information about this property.

Teléfono

+44 20 1234 5678

Correo Electrónico

info@tripinvestuk.co.uk

function updateDepositAmount() { const propertyPrice = 200000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const depositAmount = propertyPrice * depositPercent; const displaySpan = document.getElementById('deposit_amount_display'); displaySpan.textContent = depositAmount.toLocaleString() + ' EUR'; } function calculateMortgage() { const propertyPrice = 200000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const loanAmount = propertyPrice * (1 - depositPercent); const years = parseInt(document.getElementById('loan_years').value); const annualRate = parseFloat(document.getElementById('interest_rate').value); const monthlyRate = annualRate / 12; const numPayments = years * 12; const monthlyPayment = loanAmount * (monthlyRate * Math.pow(1 + monthlyRate, numPayments)) / (Math.pow(1 + monthlyRate, numPayments) - 1); const resultDiv = document.getElementById('monthly_payment_result'); const amountSpan = document.getElementById('monthly_amount'); amountSpan.textContent = Math.round(monthlyPayment).toLocaleString() + ' EUR/month'; resultDiv.style.display = 'block'; // Update deposit amount display updateDepositAmount(); } // Dynamiczne obliczanie przy zmianie wartości document.addEventListener('DOMContentLoaded', function() { const loanYearsSelect = document.getElementById('loan_years'); const interestRateSelect = document.getElementById('interest_rate'); const depositPercentSelect = document.getElementById('deposit_percent'); if (loanYearsSelect && interestRateSelect && depositPercentSelect) { loanYearsSelect.addEventListener('change', calculateMortgage); interestRateSelect.addEventListener('change', calculateMortgage); depositPercentSelect.addEventListener('input', calculateMortgage); // Oblicz przy ładowaniu strony updateDepositAmount(); calculateMortgage(); } });